home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
1122
/
1122.xpi
/
chrome
/
tabmixplus.jar
/
content
/
tabmixplus
/
extensions
/
wizzrss.xul
< prev
Wrap
Extensible Markup Language
|
2008-12-03
|
521b
|
15 lines
<?xml version="1.0"?>
<overlay id="TMP_wizzrssOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="chrome://tabmixplus/content/extensions/wizzrss.js"/>
<script type="application/x-javascript">
window.addEventListener("load", function(aEvent) {
aEvent.currentTarget.removeEventListener("load", arguments.callee, false);
TMP_wizzrss.init();
}, false);
</script>
</overlay>